home *** CD-ROM | disk | FTP | other *** search
/ CD Classic 39 / CD CLASSIC #39 (1998).iso / TECNICA / warftp / ReleaseNotes.txt < prev    next >
Text File  |  1998-02-07  |  75KB  |  2,135 lines

  1. RELEASE NOTES
  2.  
  3. WAR FTP DAEMON for Win95/NT
  4.  
  5. Get the latest update at: http://www.jgaa.com
  6.  
  7. Get the latest information about bugs & problems
  8. at http://war.jgaa.com:8080/bugreport/
  9.  
  10.  
  11. You can join the warftpd mailing list or update notification
  12. lists. Send a mail to info@jgaa.com (auto-responder) for more
  13. information.
  14.  
  15.  
  16. KNOWN PROBLEMS
  17.  
  18.     NT 4.0 SP 3 + IE 4.0 w/ desktop upgrade
  19.     NT 5.0
  20.     Windows 98: There have been reported problems with the GUI
  21.     on these versions of the server. According to microsoft, the
  22.     problem is most likely a well hidden bug in the server-gui, that
  23.     is handled by the release-versions of windows. Version 1.70 will
  24.     resolve these problems.
  25.  
  26.     The server does not work with the current version
  27.     of Trumpet Winsock for Win95.
  28.  
  29.     The user interface does not look very good under NT 3.51.
  30.     The menu are overwritten by the toolbar, and sometimes the
  31.     list boxes will not be visible. These problems will be
  32.     resolved in version 2.0.
  33.  
  34.     NT SERVICE:
  35.  
  36.         * The service will hang if you use a user account
  37.           that is not in the NT "administrator" group.
  38.  
  39.         * You will not be able to log out from the console
  40.           without stopping the service if you have the
  41.            SITE SHOW option enabled. (Options/NT tab).
  42.           This is due to a bug in MFC. I have not found a
  43.           work-around.
  44.           If you need to have the server auto-start when the 
  45.           system boot, *and* need the SITE SHOW option enabled,
  46.           stop the service and reboot rather than logging out.
  47.  
  48.         * I have experienced a few times that it has been impossible
  49.           to log in to NT 4 with the same user account that caused
  50.           the server to crash (when I logged off and the SITE SHOW
  51.           was enabled). To reset the user environment (and enable
  52.             NT login), log on to NT as another user with ADMINISTRATOR
  53.           privilegies and load/save the user in the NT User Manager.
  54.           This will clean up the mess (probarbly somewhere in the
  55.           registery) and solve the problem.
  56.           This looks like a NT 4 bug to me...
  57.  
  58.     The server will crash rather than playing sounds on some (NT 3.51 ??)
  59.     systems. If the server is unstable, disable the sound option
  60.     (Options/Sound tab).
  61.  
  62.  
  63. -------------------------------------------
  64. V. 1.66x4s Experimental version February 7 1998
  65. -------------------------------------------
  66.  
  67.     Same as 1.66x4, but compiled with static libs to avoid 
  68.     dll conflicts.
  69.  
  70. -------------------------------------------
  71. V. 1.66x4 Experimental version February 7 1998
  72. -------------------------------------------
  73.  
  74. BUGFIX    The server now checks the length of the user ID and
  75.     password during login to avoid buffer overflow problems.
  76.  
  77. BUGFOX    The server now handle disk partitions > 4 GB correctly.
  78.  
  79. -------------------------------------------
  80. V. 1.66x3 Experimental version August 1 1997
  81. -------------------------------------------
  82.  
  83. ADDED    Quiet option. If the server is started with the "-quiet" line
  84.     parameter, it will hide the tray icon. That means that the
  85.     program will be invisible once the main window is
  86.     minimized. In order to restore the window, log on to the
  87.     server as a user with Sysadmin privilegies, and issue
  88.     the SITE SHOW comand.
  89.     This option is intended for Windows 95 users only. NT users
  90.     can run the server as a NT service.
  91.  
  92. CHANGE    If a file can't be open, the server will send a 453 error
  93.     message. Previous versions would send a 150 message first,
  94.     and then a 426 error message. This confused some FTP clients.
  95.  
  96. BUGFIX    Dir change messages did'nt work in 1.66x2
  97.     Fixed.
  98.  
  99. BUGFIX    If VfSys was not used, and a drive (C:\) was accessed, the 
  100.     path missed a backslash, so that the path looked 
  101.     like: /FTPtestC-DRIVE in stead of /C-DRIVE. 
  102.     Fixed.
  103.  
  104. -------------------------------------------
  105. V. 1.66x2 Experimental version June. 30 1997
  106. -------------------------------------------
  107.  
  108. CHANGE    the error: "CAUGHT UNKNOWN EXCEPTION" in OnClose() is changed
  109.     to a warning message.
  110.  
  111. CHANGE    MDTM now report GMT time.
  112.  
  113. CHANGE    The STOU command now allow an optional filename parameter.
  114.  
  115. BUGFIX    "501 access denied" is changed to "550 access denied".
  116.  
  117. BUGFIX    The PORT command must now follow the RFC 959 specs, or
  118.     the server will give an error message.
  119.  
  120. -------------------------------------------
  121. V. 1.66x1 Release version Apr. 24 1997
  122. -------------------------------------------
  123.  
  124. ADDED    Firewall support (Options/FTP). The server can reply with the firewall's
  125.     IP address on passive transfers.
  126.  
  127. -------------------------------------------
  128. V. 1.65 Release version Apr. 24 1997
  129. -------------------------------------------
  130.  
  131. ADDED    Option to handle brain dead ISP's.
  132.     Some ISP's deny use of FTP servers for their PPP
  133.     users. You can now bypass this restriction by
  134.     using another port than 21, and check the "Fool 
  135.     brain dead ISP's" checkbox in /Options/FTP
  136.  
  137. ADDED    New method for multimoming/mutlihosting. Previous
  138.     versions of War FTP Daemon handled this by adding
  139.     @ipNum after the user names. This still works, but you
  140.     can now also set up several instances of the server
  141.     on the same machine, each listening to different IP
  142.     numbers (the IP numbers must be assigned to the machine).
  143.     Use the /Options/Serber Name/Limit access... field to
  144.     enable this.
  145.     Note: Each virtual server must be installed in it's own
  146.     directory, and VfSys paths (if used) must _not_ overlap.
  147.  
  148. CHANGE    The startup therad for the server is now processing messages
  149.     from the operating system. (Since the server can be used as a 
  150.     NT service, the startup thread is not used by the server.)
  151.     This will prevent some problems when programs broadcast messages
  152.     to all running programs and expect an answer.
  153.  
  154. BUGFIX    sysmsg@Ipname.txt files was not shown correctly on
  155.     multihoming systems.
  156.     Fixed.
  157.  
  158. BUGFIX    On some systems the Options dialog did not work.
  159.     Fixed.
  160.  
  161. -------------------------------------------
  162. V. 1.63x Experimental version Apr. 22 1997
  163. -------------------------------------------
  164.  
  165. ADDED    Option to disable write protection on files open for
  166.     FTP send. (See Options/FTP)
  167.  
  168.  
  169. -------------------------------------------
  170. V. 1.62 Release version Apr. 20 1997
  171. -------------------------------------------
  172.  
  173. BUGFIX    Resume was broken when files was copied from CD-ROM.
  174.     Fixed.
  175.  
  176. -------------------------------------------
  177. V. 1.61 Release version Apr. 19 1997
  178. -------------------------------------------
  179.  
  180. Several bugs are traced and fixed. The server should now be unable
  181. to crash on release versions of Windows95 and NT. There are reported
  182. a few problems with Memphis and NT 5. I have asked Microsoft to provide
  183. me with copies of these systems in order to trace and fix this.
  184.  
  185. The installastion script in 1.55 had a problem where some system dll's was
  186. removed in the Windoes system directory and replaced with copies in the 
  187. server install dir. This is now fixed, so that new system dll's are copied
  188. to the Windows system directory.
  189.  
  190. ADDED    Option to copy files from CD-ROM and network drives to a local temp
  191.     dir before transmitting the file. (This has been on the "most wanted
  192.     features" list for a while.)
  193.     The server will start a new therad to perform the copying the first
  194.     time the copy operation is needed. This thread will serve all requests
  195.     to copy a file from a slow drive to a temp dir. This design ensures that the
  196.     server will handle all ongoing transfers at full speed, and also ensure
  197.     that only one file is copied from a CD-ROM drive or CD-ROM changer (jukebox)
  198.     at one time. Copying more than one file from a CD-ROM will slow down the
  199.     performance significantly. The one-file-at-the-time design will also 
  200.     reduce the load on the local network when files are copied from other
  201.     machines prior to download.
  202.     As soon as the file is copied, the transfere starts at full speed from
  203.     the local harddisk.
  204.  
  205. ADDED    Command to abort an ongoing file transfer from the server console.
  206.     Right click on the user and select "Stop transfer". No confirmation dialog
  207.     will pop up. If a transfer is open it will be aborted.
  208.  
  209. ADDED    Macros in the log file name. See the help section about the log
  210.     file for details.
  211.  
  212. -------------------------------------------
  213. V. 1.60x Experimental version Mar. 31 1997
  214. -------------------------------------------
  215.  
  216. BUGFIX    The firewall support caused WSAEADDRINUSE error
  217.     messages, and problems with opening the data connection.
  218.     Fixed.
  219.  
  220. -------------------------------------------
  221. V. 1.59x Experimental version Mar. 31 1997
  222. -------------------------------------------
  223.  
  224. BUGFIX    The spy option did not work in 1.57/58
  225.     Fixed
  226.  
  227. -------------------------------------------
  228. V. 1.58x Experimental version Mar. 29 1997
  229. -------------------------------------------
  230.  
  231. BUGFIX    A few UNKNOWN EXCEPTION's are removed
  232.  
  233. BUGFIX    A missing assignment to port 20 on the server side of file
  234.     transfers caused problems with firewalls.
  235.     Assumed fixed.
  236.  
  237. -------------------------------------------
  238. V. 1.56x Experimental version Feb. 17 1997
  239. -------------------------------------------
  240.  
  241. ADDED    ODBC logging. The ODBC log feature adds an option to log
  242.     file transfers to an MS-SQL server through an ODBC 
  243.     connection. You must have MS-SQL server installed before
  244.     you enble this option.
  245.  
  246.     Steps to install the ODBC log feature:
  247.  
  248.     1) Copy CODBCLog.dll into the War FTP Daemon directory
  249.     2) Modify ODBCLog.ini to your preferences.
  250.  
  251.         [ODBC]
  252.         Database=WarLog
  253.         Table=LOG
  254.         DoCreate=1
  255.         User=sa
  256.         Pwd=
  257.         ODBC name=WarFTPD
  258.  
  259.     3) Create a new empty SQL database, with the name you have
  260.        choosen as "Database".
  261.     4) Create a new ODBC definition on the machine running the
  262.        FTP server with the name you have choosen as "ODBC name".
  263.        Set the "default database" to the name of the database.
  264.     5) Make sure that the SQL user name and password in the  .ini
  265.        file are valid.
  266.  
  267.     Start the War FTP Daemon. The FTP server will try to create a new
  268.     table named "LOG" in the fresh database each time it start's up,
  269.     until the table is created. It will then automatically set the
  270.     flag "DoCreate" to 0. 
  271.  
  272.     In order to remove the option, simply delete the file CODBCLog.dll.
  273.  
  274. ADDED    Better protection against GPF problems. The server should now be
  275.     unable to crash. If a fatal error occur, the session that cause the
  276.     error might halt (from the users point of view), but the server should
  277.     remain online. Memory is not released when fatal error occurs, so this
  278.     can lead to a significant "memory leak" over some time.
  279.     If you see complaint's in the server log about CAUGHT UNKNOW EXCEPTION ...
  280.     restart the server or (if possible) reboot the machine. The error
  281.     handler is ment to keep the server alive until an operator can deal
  282.     with the problem, not as a solution to run a faulty system over a long
  283.     period of time.
  284.  
  285.  
  286. -------------------------------------------
  287. V. 1.55 Relese version Feb. 11. 1997
  288. -------------------------------------------
  289.  
  290. ADDED    Support for async chat when used with the War FTP Client.
  291.  
  292.     Implementation details: Async chat is enabled with the
  293.     SITE CHAT MODE=ON PROTOCOL=ASYNC REPLYCODE=nnn where nnn
  294.     is a number in range 200 - 299.
  295.     When enabled, the server send messages to the FTP client
  296.     as they apper, without delay, as normal command replies.
  297.     The message is identified by the number 'nnn'.
  298.     It is the responsibility of the FTP client to choose
  299.     a unique number so that it can seperate chat lines from
  300.     normal command replies.
  301.  
  302. ADDED    SITE PASS <new password> command. This allow users to 
  303.     change their passwords online.
  304.  
  305. BUGFIX    If a password was changed on a user account imported from
  306.     Serv-U, the password autentication would fail.
  307.     Fixed.
  308.  
  309. -------------------------------------------
  310. V. 1.54x Relese version Jan. 10. 1997
  311. -------------------------------------------
  312.  
  313. ADDED    Command line option to change the physical paths in
  314.     all the users FileAccess tab. This option is designed
  315.     to be used after the physical layout of the file
  316.     system has changed, like when you have added a new
  317.     disk drive.
  318.  
  319.     Syntax: war-ftpd -ReplacePathFrom C:\ -ReplacePathTo F:\
  320.  
  321.     The sample above will replace *all* user paths starting with
  322.     C:\ with F:\. C:\pub\ftp will i.e. now be F:\pub\ftp. The server
  323.     does not do any validiation of thhe changes.
  324.  
  325.     If you just use the -ReplacePathFrom without -ReplacePathTo,
  326.     any path matching the ReplacePathFrom argument will be permanently 
  327.     removed from the internal lists.
  328.  
  329.     MAKE A BACKUP COPY OF WARFTPDAEMON.DAT BEFORE YOU USE THIS
  330.     OPTION. THE CHANGES WILL BE PERMANENT.
  331.  
  332.     The code below shows the implementation of this feature:
  333.     (You don't need to understand the code in order to use
  334.     this feature, but c++ programmers will get a better
  335.     understanding of thow it works by looking at the code.
  336.  
  337.     if (SubstOldPath.GetLength())
  338.     {
  339.         if (!strnicmp(Me.m_Path, SubstOldPath, SubstOldPath.GetLength()))
  340.         {
  341.             if (SubstNewPath.IsEmpty())
  342.                 continue; // Path is to be deleted.
  343.             
  344.             LPCSTR p = Me.m_Path;
  345.             p += SubstOldPath.GetLength();
  346.             CString cBuf;
  347.             cBuf = SubstNewPath;
  348.             cBuf += p;
  349.             Me.m_Path = cBuf;
  350.         }
  351.     }
  352.  
  353.  
  354.  
  355. ADDED    Temporary user accounts. This feature is designed
  356.     to be used with automation tools, (like a CGI) to
  357.     allow one-time-access to files. It was originally
  358.     developed for the distribution of the War FTP Daemon
  359.     version 2 source code. In that case a CGI bin is called
  360.     from a web page. The CGI creates the temporary user
  361.     account and redirects the browser to the ftp server.
  362.     The benefit with this method is that warez traders can not
  363.     trade a FTP account. The account will be deleted the first
  364.     time it is used. The code below demonstrates how to use this 
  365.     feature:
  366.  
  367.     // Create tmp alias
  368.     char buf[32], *p;
  369.     int len = 16;
  370.     p = buf;
  371.     srand( (unsigned)time( NULL ) );
  372.     while(len)
  373.     {
  374.         i = rand();
  375.         if (isalpha((i & 0xff)))
  376.         {
  377.             *(p++) = (char)(i & 0xff);
  378.             --len;
  379.         }
  380.     }
  381.     buf[16] = 0;
  382.  
  383.     WritePrivateProfileString("tmp Alias", buf, "TheRealUserName","WarFtpdAlias.ini");
  384.     Sleep(1000);
  385.  
  386.     printf("HTML/1.1%cLocation: ftp://%s:password@you.ftp.com/warsrc.zip%c%c%c",10, buf, 10,10,10);
  387.  
  388.     As you might spot, the "tmp" userid is actually just a 
  389.     temporary nick to a real (permanent) user account. 
  390.     However, the FTP user will never know the identity
  391.     of this account (unless you expose it by using the userid
  392.     in some macro whne th euser logs on, or if you enable the
  393.     SITE WHO command.
  394.  
  395.     The ini file will be created automatically in the windows system 
  396.     catalog if you use the code above. This is also where the server
  397.     will look for it.
  398.  
  399.  
  400.  
  401. -------------------------------------------
  402. V. 1.52 Relese version Oct. 28. 1996
  403. -------------------------------------------
  404.  
  405. BUGFIX    If a user was kicked with the "ban IP" option checked
  406.     before he had logged on, the server would crash.
  407.     Fixed.
  408.  
  409. -------------------------------------------
  410. V. 1.51 Relese version Oct. 28. 1996
  411. (Upgrade from 1.50 only)
  412. -------------------------------------------
  413.  
  414. CHANGE    ABOR will now send file xmit termination message
  415.     if a file transfer is open.
  416.  
  417. CHANGE    The server will now recognize Fetch's ABOR sequence.
  418.  
  419. BUGFIX    2 bugs that caused GPF is fixed.
  420.  
  421. -------------------------------------------
  422. V. 1.50 Relese version Oct. 24. 1996
  423. -------------------------------------------
  424.  
  425.  
  426. ADDED    Option to mount network drives when the server runs as a
  427.     NT service.
  428.  
  429. ADDED    $g (group name) and $c (class name) macros to the upload
  430.     verification module.
  431.  
  432. ADDED    To help the ppp users to announce their current IP number,
  433.     the server will write the IP number reported by
  434.     Winsock to the file "CurrentIPNumber.txt" each time it
  435.     goes online.
  436.  
  437. UPDATED    Online help.
  438.  
  439. CHANGE    The server will not accept more than 5 ls therads. This
  440.     is done to avoid a MS bug in WaitForMultipleObjects()
  441.     that else would generate a huge memory leak.
  442.     This will not affect the performance of the server, unless
  443.     5 or more users are issuing recursive directory listings
  444.     at the same time.
  445.  
  446. BUGFIX    Code is borrowed from version 2 of the server to prevent a rare
  447.     GPF failure when users disconnect while up/download is in
  448.     progress.
  449.  
  450. BUGFIX    The connection counter was decrementing by one if a user was
  451.     denied by absolute IP. That would lead to negative connection
  452.     numbers.
  453.     Fixed.
  454.  
  455. BUGFIX    Fixed a bug in the Serv-U import filter that would lead to
  456.     "Access denied to home directory" errors.
  457.  
  458.     Note: You must still verify the File Access tab for each
  459.     user/group imported as War sometimes creates duplicate
  460.     entries.
  461.  
  462. BUGFIX    The timezone conversion functions sometime caused illegal
  463.     dates on virtual files. This could confuse Cute-FTP so that
  464.     the files was not displayed in the directory listing.
  465.     Fixed.
  466.  
  467. BUGFIX    (NT) The event log will now resolve the correct message text.
  468.  
  469. BUGFIX    The server could in some situations close incoming file transfers
  470.     before the files were completly uploaded.
  471.     Fixed.
  472.  
  473. BUGFIX    Resume of upload should now work.
  474.  
  475.  
  476. -------------------------------------------
  477. V. 1.32x experimental BETA Oct. 15. 1996
  478. -------------------------------------------
  479.  
  480. The server now use the MSVC 4.2b with update patch from MS. This
  481. includes new dll's. (again...)
  482.  
  483. ADDED    SITE SHOW command to display the server console when the
  484.     server is running as a system service under NT. The server
  485.     must be configures to run in "Interactive" service mode
  486.     for this to work, and NT must allow interactive services.
  487.     This new command can be used to configure the server when
  488.     it runs as a service.
  489.  
  490.     Note: You must log in to the server from a FTP client
  491.     as a FTP user in the class "sysadmin". Then issue the
  492.     QUOTE SITE SHOW command (or define a custom command
  493.     if you use Cute-FTP) to bring up the server console.
  494.  
  495.     THE SERVER WILL NOT DISPLAY THE TASKBAR ICON. This is
  496.      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  497.     done by purpose since the service don't "belong" to the
  498.     user currently logged on to the NT desktop.
  499.  
  500. BUGFIX    I traced down a bug in the pattern matching function that
  501.     might be the cause of the reported problems with banned
  502.     files and upload verification. I *hope* this is fixed.
  503.  
  504. BUGFIX    In 1.31x the server would not report the correct number
  505.     of users online.
  506.     Fixed.
  507.  
  508. -------------------------------------------
  509. V. 1.31x experimental BETA Sept. 29. 1996
  510. -------------------------------------------
  511.  
  512. The server now use the MSVC 4.2a with update patch from MS. This
  513. includes new dll's.
  514.  
  515.  
  516. BUGFIX    Now allows '@' in user names to allow multihoming
  517.     users (was disabled a few releases ago...)
  518.  
  519. TESTED    I had a report that banned files did not get banned,
  520.     ie. *.txt in the banned list would still allow text
  521.     files to be uploaded.
  522.     I found no bugs here. Make sure that banned files
  523.     are added to the correct level. If you ban file names
  524.     on user "garfield", the banning will only apply for
  525.     this user. In general, banned files should be
  526.     defined on the "default" level.
  527.  
  528. TESTED    There is reported to be a memory leak in 1.30x. I have
  529.     not been able to find any such leak, so it might be
  530.     bugs in the MFC libraries. The libraries are updated
  531.     in 1.31x. The only known memory leak are a due to a
  532.     bug in MFC when a thread is waiting for more than 
  533.     8 events. This can be avoided by using 5 or less
  534.     ls-threads.
  535.  
  536. -------------------------------------------
  537. V. 1.30x experimental BETA Sept. 17. 1996
  538. -------------------------------------------
  539.  
  540. I have tried to track down a bug that cause the server to
  541. crash in the sockets subsystem - with no luck.
  542. To help out some of you that are waiting for the bugfixes
  543. below I release this version now. New versions with more
  544. features and improvements can be expected in the *near*
  545. future.
  546.  
  547.  
  548. ADDED    Option to turn reverse DNS lookup on/off. (It is set
  549.     off by default).
  550.  
  551. CHANGE    Now using MSVC++ 4.2. Several new dll's in the
  552.     distribution.
  553.  
  554. CHANGE    The server will now use the *modification* date
  555.     as file date. In previous versions it used the
  556.     creation date.
  557.  
  558. BUGFIX    Deletion of files sometimes failed when the 
  559.     virtual file system was used because the server
  560.     forgot to delete empty .Index.txt files.
  561.     Fixed.
  562.  
  563. BUGFIX    The server would shut down file transferes if the
  564.     "Go offline when ready" button was pressed.
  565.     Fixed.
  566.  
  567. BUGFIX    Sometimes the server would move files into the
  568.     servers home directory when it was told to
  569.     *rename* the file.
  570.     Fixed.
  571.  
  572. BUGFIX    Some fixes in VfSys when loading/flushing empty
  573.     directories.
  574.  
  575. BUGFIX    War would not show directories/files if the
  576.     first file/dir in a directory was denied
  577.     to the user due to UNIX/VfSys permissions.
  578.     Fixed.
  579.  
  580. ------------------------------------------
  581. V. 1.29x experimental BETA August 4. 1996
  582. ------------------------------------------
  583.  
  584. ADDED    ls -d option to support ncftp "get -R"
  585.  
  586. ADDED    Copy User and Rename User in the Security
  587.     tab (User maintainance).
  588.     Copy User will create a new user with
  589.     all the properties of the selected user,
  590.     except username and password.
  591.  
  592. ADDED    Auto-rescan option for VfSys to ease dupe 
  593.     checking on systems where files    might be added 
  594.     from other applications (like BBS systems).
  595.     The scanning will be done in a defined
  596.     time interval, and only when no users are 
  597.     listing directories.
  598.     Note: During the rescan the server will
  599.     "hang". I could have added a thread to
  600.     do the scanning, but the disk/IO is so intense
  601.     during this operation that another tread would
  602.     just have slowed down the overall performance.
  603.  
  604. ADDED    [$dirmsg] macro to display the directory change
  605.     message. This macro is automatically called when
  606.     the user log in and when he change directory.
  607.  
  608. CHANGE    Help via F1 was disabled in release 1.26x.
  609.     It is now re-enabled.
  610.  
  611. CHANGE    Usernames are now restricted to 'a' - 'z' and
  612.     '0' - '9'. Other letters will be refused.
  613.     The current user database is not affected.
  614.  
  615. CHANGE    If the "Go offline when ready" checkbox on the 
  616.     console is checked the user will be logged off
  617.     as soon as the current file transfer is
  618.     completed.
  619.  
  620. CHANGE    When the Upload Veryfier renames a file, it is 
  621.     now updated in VfSys.
  622.  
  623. CHANGE    If a user is rejected due to a banned IP address
  624.     he will now be thrown off after the password is
  625.     given with a "Bad Password" message.
  626.     This makes it a little harder for the hackers
  627.     to determine how they should proceed :-)
  628.  
  629. BUGFIX    The Pattern mathing function failed when
  630.     the pattern was set to *.zip and the path
  631.     contained a . character.
  632.     This bug could affect the Upload Verification
  633.     module, the Banned File and the Dupe Checker.
  634.     Fixed
  635.  
  636. BUGFIX    Sessions that "hangs" after a user has lost
  637.     his connection while up or downloading are
  638.     was not timing out.
  639.     Fixed.
  640.  
  641. BUGFIX    The "mysterious" N4 (and Nt 3.51) bug where
  642.     the server crashed on some system when the
  643.     DIR command was given in the root directory
  644.     is found and fixed.
  645.     
  646.  
  647. ----------------------------------------
  648. V. 1.28x experimental BETA July 24. 1996
  649. ----------------------------------------
  650.  
  651. CHANGE    I did a little testing on NT with different thread
  652.     priorities to optimize performance when several 
  653.     large directory listings were built.
  654.     The best overall performance was achieved by 
  655.     lowering the priority of the threads that build
  656.     the directory listings whenever they kept the
  657.     shared data segments of VfSys unlocked. I
  658.     raised the priority whenever they accessed shared
  659.     memory to avoid situations where the main
  660.     thread would block, waiting for write access
  661.     to VfSys and one ore more lower priority threads
  662.     kept a read lock on it but was blocked by NT,
  663.     waiting for higher priority processes to 
  664.     complete their work.
  665.     So the new design is:
  666.  
  667.       Main thread
  668.            |
  669.            | Request data and continue with other users
  670.            |
  671.            v
  672.           Ls thread
  673.            |
  674.           Lower proirity and initialize
  675.            |
  676.            +-> Raise priority
  677.      loop      Get VfSys Data for one directory
  678.            +-< Lower priority
  679.            |
  680.           Make a nice looking directory listing
  681.            |
  682.           Send a notification to the main thread about the 
  683.           completion of the request
  684.            |
  685.           Raise priority
  686.           Loop back to start and wait for new requests.
  687.  
  688.     This gave an acceptable performance with NT on a 
  689.     single CPU system, and will probarbly boost
  690.     performance on a multiprocessor system.
  691.  
  692.     Windows95 did not like to change the
  693.     priority all the time. I guess that the kernel 
  694.     code for this is *very* inefficient, involving 
  695.     physical memory transfers and relinking of the
  696.     threads protected memory data, and several
  697.     context switches. The performance fell by
  698.     ~1000% on my worst case test.
  699.  
  700.     This might be fixed in future versions of Win95, so
  701.     I have added options to set the number of ls threads
  702.     and "Optimal", "Mixed" and "Fixed" priority. This
  703.     option is located in the File System Options tab.
  704.     
  705.       Mixed    - NT Mode where the priority is changed
  706.       Fixed    - The priority remains the same as the
  707.                      main therad.
  708.           Optimal  - A qualified guess made by the server 
  709.                      on what to do - based on the actual
  710.                      operating system and version.
  711.  
  712.     The number of ls therads are the maximum number the
  713.     server will use. When it start up it initialize one
  714.     thread. When a user issues a LIST command the server
  715.     checks if there are idle ls threads. If one (ore more)
  716.     threads are idle, it gets the request.
  717.     If no threads are idle (all are processing LIST commands)
  718.     the server checks if it can initiate a new therad and 
  719.     does so if the number of ls threads are less than the
  720.     defined maximun.
  721.     If the maxuimun number of ls threads are running, it
  722.     checks how many pending requests there are on each
  723.     thread, and if they perform a simple or recursive
  724.     directory listing. It then queues the request to the
  725.     thread that most likely will finish it's current tasks
  726.     first and continue processing on other users.    
  727.     (The "hold" state of the user in the user list can
  728.     mean that the user has a pendinng reuest on a ls
  729.     thread).
  730.  
  731.     In the current version I have set the system defined
  732.     maximum to 30 threads. The server can handle up
  733.     to about 60 threads with the current design, but too
  734.     many threads will add a significant overhead both in
  735.     NT and in the servers locking functions for shared
  736.     memory.
  737.     There is also a bug in the Microsoft SDK that leads
  738.     to a small memory leak if more than 8 therads places
  739.     a read lock on a shared data segment, and one therad
  740.     waits for write access. (WaitForMultipleObjects).
  741.     The number of LS threads should therefore be 5 or
  742.     less.
  743.  
  744.  
  745. CHANGE    I had reported that the server "froze" under 
  746.     Win95 when large partitions were loaded
  747.     into VfSys and VfSys was shut down.
  748.     The problem turned out to be a bug in Win95
  749.     when allocating large number of memory buffers.
  750.     Windows 95 simply ran out of system resources
  751.     and was unable to release the buffers. In stead
  752.     it froze the server, and then other programs
  753.     as well.
  754.     I performed a benchmark with ~26,000 files and
  755.     verified the problem.
  756.     I rescheduled the memory optimizing of VfSys 
  757.     and implemented my own memory allocation 
  758.     functions. As a result large partitions works 
  759.     fine with Win95 and memory usage is reduced by 67%.
  760.     Under NT the operating system used 10,400 KB
  761.     to store the 26,000 file names and the global
  762.     data segments for the server.
  763.     With my memory functions this was reduced to 
  764.     3,432 Kb.
  765.     It also gave a nice side effect of even faster
  766.     loading of the VfSys:
  767.  
  768.     Load VfSys in version 1.26x 95940 ms (95.9 sec)
  769.     Load VfSys in version 1.27x 45135 ms (45.1 sec)
  770.     Load VfSys in version 1.28x 24015 ms (24.0 sec)
  771.     
  772.  
  773. ----------------------------------------
  774. V. 1.27x experimental BETA July 23. 1996
  775. ----------------------------------------
  776.  
  777. ADDED    Support in VfSys to handle comments and UNIX
  778.     attributes on read only directories and drives
  779.     (CD-ROM).
  780.  
  781. CHANGE    VfSys can now be used when War is running as a 
  782.     NT Service. The shutdown function has support
  783.     for fast shutdown and will in most cases 
  784.     complete the shutdown process in a few seconds.
  785.     (Normal shutdown is a little slower as it will
  786.     release all used memory and other resources.)
  787.  
  788. CHANGE    Optimized the Virtual file system. Reduced load
  789.     time by ~50% and decreased flushing time from 
  790.     several minutes (worst case) to ~ 10 - 100 ms.
  791.  
  792.     The following benchmark is performed on a Intel
  793.     Pentium 120 MHz based standard clone PC with
  794.     2 x Quantum Fireball IDE 1.3 GB drives and 48 MB
  795.      RAM running NT 4.0 Server. 
  796.     (25968 files in 1107 directories loaded)
  797.  
  798.     Load VfSys in version 1.26x 95940 ms (95.9 sec)
  799.     Load VfSys in version 1.27x 45135 ms (45.1 sec)
  800.  
  801.     Also reduced memory usage and memory fragmentation
  802.     when running VfSys.
  803.  
  804. ----------------------------------------
  805. V. 1.26x experimental BETA July 21. 1996
  806. ----------------------------------------
  807.  
  808. ADDED    NT Service support.
  809.     The server can now run as a native Windows Nt service.
  810.     This feature is still at an early stage. I just wanted
  811.     to know if this service implementation is so hard to
  812.     do as people claim. It is not. The current
  813.     implementation was done in just a few hours :-)
  814.  
  815.     In order to run it as a server, follow these steps:
  816.  
  817.       1) Log in to NT as *Administartor*.
  818.       2) Start the server as usual.
  819.       3) Open the Options/NT tab.
  820.       4) Select startup mode and (optionally)
  821.          an user account.
  822.       5) Press the [Update] button.
  823.           6) Exit War.
  824.  
  825.     War will now be configured as a service. You can
  826.     start it from the Service Manager. It support the
  827.     following Service Manager commands:
  828.  
  829.       Start     - Starts up    
  830.       Stop      - Logs all users off and terminates
  831.       Pause     - Goes offline
  832.       Continue  - Goes online
  833.  
  834.     Limitations/bugs:
  835.  
  836.       There is no way to access or configure the server when it 
  837.       is running as a service. 
  838.  
  839.       DO NOT USE VFSYS WHILE RUNNING IN SERVICE MODE. VFSYS
  840.       USES TOO LONG TIME TO FLUSH THE BUFFERS WHEN THE MACHINE
  841.       SHUTS DOWN. You can use VfSys if you manually stop the
  842.       server before shutting down the machine.
  843.  
  844.       No control panel applet is available at the moment.
  845.  
  846.       The Event Log messages make no sense at the moment. 
  847.       However, both the regular log and the WU-FTPD log are
  848.       all right.
  849.  
  850.     Notes:
  851.  
  852.       When War is installed as a service it will try to start
  853.       as a service also when started as a normal application. 
  854.       This gives a delay of ~30 seconds from you start War
  855.       until it shows up.
  856.  
  857.       In order to confugure War when it is running as a service, 
  858.       go to the Service Manager in the control panel and stop
  859.       "WAR-FTPD". Then you can start the server as usual and
  860.       do the configurations. When you are done, terminate War
  861.       and start it again as a service from the Service Manager.
  862.       
  863. ADDED    Telnet command recognition in the FTP command parser.
  864.     This option is added to handle FTP clients that prefix
  865.     the ABOR command with Telnet codes.
  866.  
  867. BUGFIX    When running vfsys the Free Diskspace option always reported
  868.     "Low on free diskspace".
  869.     Fixed.
  870.     
  871.  
  872. ----------------------------------------
  873. V. 1.25x experimental BETA July 20. 1996
  874. ----------------------------------------
  875.  
  876. BUGFIX    Minor bugfix in the modified pattern matching
  877.     module.
  878.  
  879.  
  880. ----------------------------------------
  881. V. 1.24x experimental BETA July 20. 1996
  882. ----------------------------------------
  883.  
  884. ADDED     UNIX WU-FTPD compatible log file in addition
  885.     to the current War log file.
  886.     There should be tons of scripts available
  887.     to process this new log file and make all
  888.     kind of fancy reports :-)
  889.  
  890. ADDED     [$diskfree] macro. Reports free KB on the
  891.     (users) current drive.
  892.  
  893. ADDED    test for free diskspace before accepting
  894.     upload. The requiered free space can be set in
  895.     the File System options tab.
  896.  
  897. ADDED    Copy option to the Upload Verification
  898.     dialog.
  899.  
  900. CHANGE    Modified the Path report to mark *all* inactive
  901.     paths as inactive, not just the paths unresolved
  902.     by VfSys.
  903.  
  904. CHANGE    Modified the path parser to support non-mapped
  905.     paths if a parent path is mapped.
  906.        C:\                     +root +home +map
  907.            D:\ftp                  +map
  908.            D:\ftp\incoming
  909.     The incoming directory will now be recognized
  910.     as /ftp/incoming and the attributes will apply.
  911.     In previous versions, each path that was defined
  912.     ouside the root path had to be mapped to root.
  913.     Note: If you want to give access to a path
  914.     outside the users root path, the lowest level path
  915.     still *has* to be mapped. 
  916.     War woun't allow any absolute paths ouside the root
  917.     path.
  918.  
  919. CHANGE    The entire source code (all 26.735 lines)
  920.     was reviewed and partially modified to
  921.     handle a MSVC++ 4.1 code generation
  922.     error that can cause GPF's.
  923.  
  924. CHANGE    The log dialog is moved to the Options tab.
  925.     The dialog is also modified.
  926.  
  927. CHANGE    Change in LIST parameter processing.
  928.     The LIST command will now always use
  929.     long listing format, also if the user
  930.     specify -1 or -C on the command line.
  931.     This is not logical, but comforms with
  932.     the behavior on UNIX servers.
  933.     Use the NLST (ls) command if you want
  934.     to use short or multicoloumn format.
  935.  
  936. BUGFIX    When only 1 session was allowed on a user 
  937.     account, pr. IP, the user was denied login
  938.     even if he was not previously logged on.
  939.     Fixed.
  940.  
  941. BUGFIX    The server was a little paranoid with the
  942.     X:\ root directory. If a drive root was
  943.     the root path for a user, the user was
  944.     denied access to any subdirectory.
  945.     This bug was introduced with the 1.03x
  946.     version.
  947.     Fixed.
  948.  
  949. BUGFIX    In version 1.23x a new bug was introduced:
  950.     Mapped dirs was displayed several times.
  951.     Fixed.
  952.  
  953. BUGFIX    A dead lock situation was detected when
  954.     manualy restarting VfSys while there was
  955.     users online, and they performed directory
  956.     listings.
  957.     Fixed.
  958.  
  959. BUGFIX    The console sometimes claimed to be "offline"
  960.     just after the server was started, and
  961.     it actually was "online".
  962.     Fixed.
  963.  
  964. ----------------------------------------
  965. V. 1.23x experimental BETA July 18. 1996
  966. ----------------------------------------
  967.  
  968. ADDED    More threads on slow IO. Up to 6 threads can now work
  969.     together to speed up slow IO access upon directory listings,
  970.     in addition to the two primary processing threads (that 
  971.     never perform any slow IO operations, except when they
  972.     flush VfSys or the user database).
  973.  
  974. CHANGE    Internal design change in the locking scheme for multithread
  975.     access to shared memory. The new scheme taks a little more 
  976.     CPU usage, but make the server run significatly faster when
  977.     there are many users online.
  978.  
  979. BUGFIX    A dead lock situation was detected. The server could go into
  980.     a "dead lock" when two threads incrementally placed
  981.     a lock on the same objects.
  982.     Fixed.
  983.  
  984. ----------------------------------------
  985. V. 1.22x experimental BETA July 16. 1996
  986. ----------------------------------------
  987.  
  988. ADDED    Upload verification processing script option.
  989.     The server can now start external programs to
  990.     perform CRC checks (or other validiation) on
  991.     incoming files prior to accepting the file.
  992.     It can also extract file_id.diz or perform other
  993.     processing on the incoming file.
  994.  
  995. BUGFIX    A minor bug in the low level read function that
  996.     reads the fields in the user database was detected
  997.     and fixed.
  998.  
  999. ----------------------------------------
  1000. V. 1.21x experimental BETA July 13. 1996
  1001. ----------------------------------------
  1002.  
  1003. ADDED     Import of Serv-U database.
  1004.  
  1005. ----------------------------------------
  1006. V. 1.20b BETA July 11. 1996
  1007. ----------------------------------------
  1008.  
  1009. ADDED    Contents file to the online help.
  1010.  
  1011. BUGFIX    The dupe checker was a little paranoid
  1012.     and refused files that was defined in
  1013.     the dupe exception list without a 
  1014.     leading *.
  1015.     Fixed.
  1016.  
  1017. ----------------------------------------
  1018. V. 1.04x experimental BETA July 10. 1996
  1019. ----------------------------------------
  1020.  
  1021. ADDED    Installation program with the distribution
  1022.  
  1023. BUGFIX    REST (resume command) did not always reset
  1024.     the start offset to 0 after the transfere,
  1025.     or when the FTP client did not initiate a
  1026.     transfer immediately.
  1027.     This bug caused incompatibility with Cute FTP
  1028.     version 1.5.
  1029.     Fixed.
  1030.  
  1031. BUGFIX    An error recovery function in the file send
  1032.     module caused the server to crash.
  1033.     Fixed.
  1034.     
  1035.  
  1036. ----------------------------------------
  1037. V. 1.03x experimental BETA July 9. 1996
  1038. ----------------------------------------
  1039.  
  1040. ADDED    Disable banner checkbox in the welcome dialog.
  1041.  
  1042. CHANGE    The format of the physical .Index.txt file has
  1043.     changed. See the online documentation for
  1044.     details.
  1045.  
  1046. BUGFIX    Netscape failed to download files from the root
  1047.     path when the Virtual File System was running,
  1048.     and the physical directory not was assigned to
  1049.     a logical name.
  1050.     Fixed.
  1051.  
  1052. BUGFIX    The [$credit] macro did always show the KB
  1053.     ratio relation, also when the Up/Download
  1054.     mode ws set to files.
  1055.     Fixed.
  1056.  
  1057. BUGFIX    If user or class was changed from the View Virtual 
  1058.     File System dialog, the new data was not always 
  1059.     saved.
  1060.     Fixed.
  1061.  
  1062. BUGFIX    When running the Virtual File System, directories
  1063.     was not physically deleted when a user sent a
  1064.     DELE command.
  1065.     Fixed.
  1066.  
  1067. BUGFIX    If the Virtual File System was restarted while
  1068.     a user was uploading a file, the file would appear
  1069.     twice in the directory listing sent to the
  1070.     user.
  1071.     Fixed.
  1072.  
  1073. BUGFIX    A minor security problem was reported.
  1074.     Fixed.
  1075.  
  1076. BUGFIX    It was not possible to edit an alias name in
  1077.     the FILE ACCESS TAB if the original directory
  1078.     name was only one character long.
  1079.     Fixed.
  1080.     Note: Alias names *must* be 2 or more charactres
  1081.     long. If a name is invalid, the server will 
  1082.     change it to a valid name.
  1083.  
  1084. BUGFIX    The server would crash if a pathnames was
  1085.     too long.    
  1086.     Fixed.
  1087.  
  1088. BUGFIX    Multi-segment lines made the server strip
  1089.     off command parameters.
  1090.     Fixed.
  1091.  
  1092. ----------------------------------------
  1093. V. 1.02x experimental BETA July 7. 1996
  1094. ----------------------------------------
  1095.  
  1096. BUGFIX    When running the virtual file system, deleted
  1097.     files would not always be physical erased
  1098.     from the disk, althoug they appered to be
  1099.     deleted in the servers directory listings.
  1100.     Fixed.
  1101.  
  1102. BUGFIX    When the virtual file system was running,
  1103.     it was not possible to upload files to
  1104.     the first directory level in the root path.
  1105.     Fixed.
  1106.  
  1107. BUGFIX    CD .. would in some situations give
  1108.     "Permission denied" when issued from a
  1109.     mapped directory.
  1110.     Fixed.
  1111.  
  1112. ----------------------------------------
  1113. V. 1.01x experimental BETA June 28. 1996
  1114. ----------------------------------------
  1115.  
  1116. ADDED    Dupe exceptions in the Banned Files tab.
  1117.  
  1118. ADDED    Account session time limit
  1119.  
  1120. ADDED    Max simultaneous logins for an account based on
  1121.     the callers IP number. You can now allow 30
  1122.     anonymous users, but only 1 or 2 sessions for
  1123.     each physical user.
  1124.  
  1125. ADDED    Options/File System Options
  1126.     Links are now shown as files by default (ls -L). This
  1127.     option can be turned off.
  1128.  
  1129. CHANGE    The system options on the main console will no longer
  1130.     be hidden if the console is resized.
  1131.     
  1132. BUGFIX    When VfSys was running and the root directory was
  1133.     somewhere down the path, and mapped, the command
  1134.     CD /SOMEDIR could fail.
  1135.     Fixed.
  1136.  
  1137. ------------------------------
  1138. V. 1.0b BETA June 23. 1996
  1139. ------------------------------
  1140.  
  1141.  
  1142. ADDED    Help.
  1143.  
  1144. BUGFIX    WEB browsers had problems listing directories
  1145.     on sites that diod not use the Virtual File 
  1146.     System.
  1147.     Fixed.
  1148.     
  1149.  
  1150. ------------------------------
  1151. V. 0.19a ALPHA June 21. 1996
  1152. ------------------------------
  1153.  
  1154. I have now fixed all reported bugs that I have been able
  1155. to reproduce. Please report any problems.
  1156.  
  1157.  
  1158. CHANGE    The "User and paths" report hide any path
  1159.     deactivated by VfSys. They will now show
  1160.     up as "INACTIVE". Also, the 'R' and 'H'
  1161.     flags will now show the users real 
  1162.     Root and Home paths (and not all the paths
  1163.     that had the Home or Root flag set).
  1164.  
  1165. BUGFIX    FTP clients that split the command messages
  1166.     into several TCP packages could both confuse and
  1167.     make the server crash.
  1168.     Assumed fixed (I can't test it).
  1169.  
  1170. BUGFIX    The FTP command parser used a 256 byte buffer.
  1171.     The recommended size is "at least" 4 KB.
  1172.     Buffer size increased to 8 KB.
  1173.     (And to the hackers...: Sorry, you can't
  1174.     overload that buffer :-)
  1175.  
  1176. BUGFIX    The OLE support for .lnk shortcuts (if not
  1177.     using VfSys) was broken when the server went
  1178.     multithreading (0.14a).
  1179.     Fixed.
  1180.  
  1181. BUGFIX    If you had VfSys running, created a new user,
  1182.     and then added some paths for the user, the
  1183.     paths would simply disappear the next time
  1184.     the server was started.
  1185.     The problem was that a flag that tells the
  1186.     save() function to convert from VfSys paths
  1187.     to DOS paths was not set correctly. The
  1188.     paths was saved as VfSys paths and therefore
  1189.     invalid. If you have seen this problem
  1190.     do the following:
  1191.       1) Take the server off-line
  1192.       2) Stop VfSys
  1193.       3) Go trough the users and delete
  1194.          any non-DOS path (except "\").
  1195.     The problem is now fixed.
  1196.  
  1197. BUGFIX    When running without VfSys, and a X:\ style
  1198.     path was root, mapped directories would
  1199.     not show up in the directory listing.
  1200.     Fixed.
  1201.  
  1202. BUGFIX    When running without VfSys, and the root dir
  1203.     was not mapped, CD / would fail.
  1204.     Fixed. (It now maps to the root path).
  1205.  
  1206. BUGFIX    When using Netscape Navigator, you sometimes
  1207.     had to re-load the page to see the directory-
  1208.     listing. 
  1209.     Fixed.
  1210.  
  1211. BUGFIX    Sometimes mapped directories would show up in the
  1212.     directory listings as *files*, not directories.
  1213.     Fixed.
  1214.  
  1215. ------------------------------
  1216. V. 0.18a ALPHA June 17. 1996
  1217. ------------------------------
  1218.  
  1219. ADDED    SITE: WHO SHUTDOWN ENABLE DISABLE MSGU OPEN
  1220.     CLOSE ANON KICK
  1221.     Also: "HELP SITE"
  1222.  
  1223. ADDED    Security tab for Site commands completed.
  1224.  
  1225. ADDED    Sound support on some events. You can visit
  1226.     http://www.sky.net/~jdeshon/joewav.html for a
  1227.     large number of cool sounds to use.
  1228.  
  1229. BUGFIX    The multithreading support in the Virtual File System
  1230.     sometimes caused the old cache to remain allocated when
  1231.     it was restarted. (Problems with the Lock counters).
  1232.     This could lead to a huge waste of memory and also
  1233.     loss of information (uploader, download count etc.)
  1234.     Fixed.
  1235.  
  1236. BUGFIX    NT did not always flush the VfSys .Index.txt files,
  1237.     causing information (uploader, download count etc.)
  1238.     to be lost.
  1239.     Fixed
  1240.  
  1241. BUGFIX    If a user issued a SITE command when the spy
  1242.     windows was active, the server could crash.
  1243.     Fixed
  1244.  
  1245. BUGFIX    Sometimes the server would crash when spying on users
  1246.     while they logged on.
  1247.     Fixed
  1248.  
  1249.  
  1250. ------------------------------
  1251. V. 0.17a ALPHA June 16. 1996
  1252. ------------------------------
  1253.  
  1254. ADDED    Tool-tip for the toolbar.
  1255.  
  1256. ADDED    Clear log-window command.
  1257.  
  1258. ADDED     System Priority to the Options tab.
  1259.  
  1260. ADDED    Feature to prevent the server from starting several
  1261.     instances of the program from the same directory.
  1262.  
  1263. CHANGE    In the current design of the File Access tab
  1264.     there are some ambigous situations.
  1265.     If the \ path is defined as roor + home, all
  1266.     users will have access to all files, also
  1267.     unprivileged users with another root path.
  1268.     I have now denied access to un-mapped
  1269.     paths before the users root-level, if the
  1270.     root path has the mapping flag set.
  1271.     In other words: If you have given a default
  1272.     path of \ + root, and anonymoys \ftp\files + root
  1273.     + map, the anonymous user will not get access to 
  1274.     anything above \ftp\files, unless the paths are
  1275.     mapped. If they are mapped, they will show up
  1276.     as links in the users root directory 
  1277.     (\ftp\files\path)
  1278.  
  1279. BUGFIX    Removed some minor memory leaks. (< 1 KB total)
  1280.  
  1281. BUGFIX    Corrected the header name for sysmsg6.txt in the
  1282.     View Messages tab.
  1283.  
  1284. BUGFIX    DOS paths like C:\ + map did not show up in the
  1285.     listings in the users root-dir.
  1286.     Fixed.
  1287.  
  1288. BUGFIX    The rename function in the server would move files
  1289.     to the servers home directory, rather than renaming
  1290.     the files when running without the VfSys.
  1291.     Fixed.
  1292.  
  1293. BUGFIX    Removed a ':' after 'total' in the LIST output to
  1294.     make Netscape Navigator even more happy.
  1295.     
  1296.  
  1297. ------------------------------
  1298. V. 0.16a ALPHA June 11. 1996
  1299. ------------------------------
  1300.  
  1301. ADDED    Validiation of "email as password". The server
  1302.     does a basic check to ensure that the password
  1303.     has a email-like syntax (something@).
  1304.     WWWuser@ will be accepted.
  1305.  
  1306. BUGFIX    There was a bug in VfSys's links when the links
  1307.     was to directories. CD worked all right, but 
  1308.     the list command would sometimes show partially
  1309.     listings of the parent dir.
  1310.     Fixed.
  1311.  
  1312. BUGFIX    Deletion of directories did not work.
  1313.     Fixed.
  1314.  
  1315. BUGFIX    If VfSys was not running and you had "\" as root path, 
  1316.     the intetranl path repersentation would be wrong on
  1317.     mapped paths, causing all files to be unavailable for
  1318.     access.
  1319.     Fixed.
  1320.  
  1321. BUGFIX    Fiexd a problem with the drive paths showing up as
  1322.     /c /d etc. if "\" was root dir and VfSys was not running.
  1323.  
  1324.  
  1325. TEST    I got a report that there is a 45 sec. delay from 
  1326.     the password is given to the user get logged in when
  1327.     the server is running under NT 3.51.
  1328.     I am not able to reproduse this delay.
  1329.  
  1330. ------------------------------
  1331. V. 0.15a ALPHA June 10. 1996
  1332. ------------------------------
  1333.  
  1334. Note: I finally changed the name. The name of the server is
  1335. war-ftpd. From now on the .zip file will contain the version 
  1336. number.
  1337.  
  1338. Note: The setup information is moved from tFTPd32.ini to
  1339. FtpDaemon.ini, and many of the option names has changed.
  1340. When you install the new version, you must go into the
  1341. Properties/Options tab and configure the system.
  1342.  
  1343. ADDED    Minimize option at startup
  1344.  
  1345. ADDED    Password protection of the servers main window.
  1346.     If you enable this option, you must have a 
  1347.     login account (FTP user) that belong in the
  1348.     Sysadmin class, and you better remember his
  1349.     password :-)
  1350.     If you fail to get the main window back, shut
  1351.     down the server from the tray-icon menu and
  1352.     set the "Protected" value in FtpDaemon.ini
  1353.     to 0.
  1354.  
  1355. ADDED    Option to disable recursive directory listings
  1356.  
  1357. ADDED    Option to disable output of the download counter
  1358.     on the files in a directory.
  1359.     (The download count shows up in the .Index.txt
  1360.     files and if the user calls LIST -I)
  1361.  
  1362. CHANGE    Moved most of the setup dialogs to a new tab.
  1363.  
  1364. BUGFIX    Removed a possible cause of access violation.
  1365.  
  1366. BUGFIX    Some minor bugs are fixed.
  1367.  
  1368. ------------------------------
  1369. V. 0.14.1a ALPHA June 9. 1996
  1370. ------------------------------
  1371.  
  1372. ADDED    Multicolumn "-C" option to LIST
  1373.  
  1374. ADDED    DOS path to the SPY dialog when running VfSys.
  1375.  
  1376. ADDED    MDTM command. Reports the filedate in ascii. This is
  1377.     used by some FTP clients and WEB browsers.
  1378.  
  1379. ADDED    TYPE L 8 command is now recognized. Used by some
  1380.     MAC FTP clients.
  1381.  
  1382. CHANGE    Added better precision on the KB/Sec upload/
  1383.     download info.
  1384.  
  1385. BUGFIX    The Dupe Checker did not work.
  1386.     Fixed
  1387.  
  1388. BUGFIX    VfSys was not able to follow it's own paths when
  1389.     a directory was a link.
  1390.     Fixed
  1391.  
  1392. BUGFIX    If the VfSys path was "C:\;d:\" (in stead of
  1393.     "C:\,c-drive;D:\,files") users
  1394.     would be refused on login with the message
  1395.     "Access denied to homedir".
  1396.     Fixed
  1397.  
  1398. BUGFIX    The VfSys would flush each second in stead of
  1399.     each 7. minute. 
  1400.     Fixed
  1401.  
  1402. BUGFIX    If the users root dir was \ and it was mapped, 
  1403.     the paths reported by PWD would be wrong.
  1404.     Fixed.
  1405.  
  1406. BUGFIX    Fixed problem with long response messages
  1407.     that were broken up without sending a '-' after
  1408.     the response number.
  1409.  
  1410. BUGFIX    Removed empty lines in response messages.
  1411.  
  1412. BUGFIX    Removed a trailing 0 in the LIST output. This
  1413.     zero caused big problems with ncftp.
  1414.  
  1415. ------------------------------
  1416. V. 0.14.a ALPHA June 5. 1996
  1417. ------------------------------
  1418.  
  1419. The big news this time is the new Virtual File System.
  1420. Please note that the .Index.txt file format has changed and
  1421. that the server no longer will understand the old format.
  1422. (This does not affect the user database and the information
  1423. stored there).
  1424. Please read the page describing the Virtual File System in the
  1425. supplied documentation file (tFTPd32.rtf).
  1426.  
  1427. I expect this release to be buggy and unreliable. Please report 
  1428. any problems. New versions will be available rapidly in the next
  1429. two weeks. But I need to get the problems reported before I can
  1430. fix them :-)
  1431.  
  1432. Note: The UNIX ln command was announced for this verion. There
  1433. were some problems, so the command will have to wait a bit.
  1434.  
  1435.  
  1436. ADDED    Multithreading.
  1437.  
  1438. ADDED    Full pattern matching and recognition of most UNIX
  1439.     ls line parameters on the LIST command.
  1440.     Note: Multi-coloum output and sorting are still not
  1441.     ready.
  1442.     Mget should now work 100%.
  1443.  
  1444. ADDED    Site commands for simplified implementations of the
  1445.     following UNIX commands: chmod, chgrp, chown
  1446.  
  1447. ADDED    Free Download of selected files (require the Virtual
  1448.     File System to be running).
  1449.     Note: Statistics are not counted for free files.
  1450.  
  1451. ADDED    Dupe checker. The dupe checker will only work when the 
  1452.     virtual file system is running.
  1453.     (The dupe checker will deny upload of filenames that
  1454.     are known by the virtual file system if the "deny" option
  1455.     is enabled in the Properties/Security/Banned Files tab.)
  1456.  
  1457. ADDED    Popup-menu when right clicking on the tray icon.
  1458.  
  1459. CHANGE    The log will now only be opened when there are data to
  1460.     be written.
  1461.  
  1462. CHANGE    The logfile is now only opened when there is something
  1463.     to write to the log.
  1464.  
  1465. CHANGE    When the user database is saved the server now writes to
  1466.     a temporary file. When the file is successfully written
  1467.     the old database file is saved with the name
  1468.     "FtpDaemon.dat.bak".
  1469.  
  1470. CHANGE    The server no longer gives any message if the user
  1471.     IP is denied by absolute denial in the default setup.
  1472.     Cute-ftp will "hang" until it time out. Ws_ftp will
  1473.     detect that the connection is closed and report
  1474.     "connection failed". I have not tested with other
  1475.     FTP clients. however, this is the way most FTP servers
  1476.     handle denied IP addresses.
  1477.  
  1478. CHANGE    The tooltip text on the tray icon will now show the 
  1479.     port the server is listening to, to ease use of
  1480.     multiple servers.
  1481.  
  1482. CHANGE    Cosmetic change when selecting users in the user list
  1483.     on the main console. You can now select a user by
  1484.     clicing on any coloumn, and the entire row will be
  1485.     colored. Also added sorting of any coloumn by clicking
  1486.     at the coloumn header.
  1487.  
  1488. CHANGE    The Rename functions will now also rename directories
  1489.  
  1490. CHANGE    Resized the toolbar buttons to standard Windows apps.
  1491.     size.
  1492.  
  1493. BUGFIX    Upon receiving, the server would generate a number
  1494.     of wasted internal notification messages.
  1495.     Fixed.
  1496.  
  1497. BUGFIX    Changing a file to a new name, and then back to the     
  1498.     original name would fail due to a bug in one of the
  1499.     standard libraries. 
  1500.     Fixed.
  1501.  
  1502. BUGFIX    The .lnk files would use the DOS 8.3 name conversion
  1503.     for the destrination file.
  1504.     Fixed.
  1505.  
  1506. ------------------------------
  1507. V. 0.13a ALPHA April 6. 1996
  1508. ------------------------------
  1509.  
  1510.  
  1511. UTILITY    Due to some instability in the 0.12a version, I
  1512.     have included the "chksvr" utility in the standard
  1513.     distribution. See chksvr.txt for details.
  1514.  
  1515. CHANGE    [$ulcount] and [$dlcount] will now show files or bytes,
  1516.     depending on the users current U/D restriction type.
  1517.     (There will be added new macros for explicit file and
  1518.     byte information)
  1519.  
  1520. CHANGE    Changed byte counters to be Kbytes counters to allow
  1521.     larger totals. The largest number the counters can
  1522.     keep now are 2,147,483,647 Kbytes.
  1523.     Please verify that the conversion from bytes to Kbytes
  1524.     are done ~right... (Keep a copy of your old database
  1525.     file in case there are bugs - I'll fix this right away).
  1526.  
  1527. CHANGE    Corrected spelling in [$programname] macro
  1528.  
  1529. CHANGE    Resized the width of the main window to fit
  1530.     within 640 x 480 (VGA) resolution. Now all
  1531.     the options are displayed, also on low-res
  1532.     monitors.
  1533.  
  1534. CHANGE    When the Absolute option is used on the default
  1535.     IP access list, the system will no longer scan
  1536.     the default IP access list when verifying if a 
  1537.     user is denied access. This because he not would
  1538.     have made it to the login prompt if he was denied
  1539.     in the default IP access list.
  1540.     Else, If you denied everyone, and let some masks 
  1541.     get trough in the default setup, all users within 
  1542.     the allowed masks would get access, no matter what
  1543.     was specified on the user/group/class level.
  1544.     (The access first scans all the lists for denial,
  1545.     and if the user is denied, all lists for an
  1546.     exception.)
  1547.  
  1548. CHANGE    Added logic to not update the users counters
  1549.     (Upload, Download, Logins etc.) unless these
  1550.     fields actually had been edited, when the user
  1551.     properties was updated. 
  1552.     The side effect of updating it all was that users
  1553.     who were online could get their counters reset to
  1554.     the values present prior to the change, even when
  1555.     the changes were made in the file properties or
  1556.     IP access list.
  1557.  
  1558. BUGFIX    Sometimes the client area of the list-boxes in the
  1559.     User maintenance/Security dialogs was grayed out.
  1560.     I tracked this down to a bug/feature in Windows
  1561.     and instructed windows to leave the areas alone :-)
  1562.     Assumed fixed.
  1563.  
  1564. BUGFIX    Sometimes the server would report en error on
  1565.     successfully uploaded files. I believe this bug
  1566.     was caused by a change in the Winsock design in
  1567.     NT 4.0. 
  1568.     Assumed fixed.
  1569.  
  1570. BUGFIX    When deleting users, the server would crash in
  1571.     some situations (due to an uninitialized pointer).
  1572.     Fixed.
  1573.  
  1574. BUGFIX    PASV would use 127.0.0.1 as the IP address
  1575.     to the server, instead of the actual IP
  1576.     address. The result was that Netscape
  1577.     Navigator/MS Internet Explorer failed to
  1578.     get files.
  1579.     Fixed. It will now use the IP address the
  1580.     user logged in to, thus hiding other IP
  1581.     addresses from users logging in to a virtual
  1582.     multihoming server.
  1583.  
  1584.  
  1585. ------------------------------
  1586. V. 0.12a ALPHA April 30. 1996
  1587. ------------------------------
  1588.  
  1589. Note:     I still have some bugs to work on, but release
  1590.     this version now to help the sites that have
  1591.     had problems with the library bug.
  1592.     A new release with more bugfixes will follow
  1593.     in a day or two...
  1594.  
  1595.  
  1596. ADDED:    Absolute option in Default IP deny list.
  1597.     IP's on the default list will be disconnected
  1598.     at once if this option is set. This makes the
  1599.     server behave like all other FTP servers with
  1600.     IP access lists.
  1601.     The other IP deny/access lists will behave like
  1602.     before. (The server checks the IP number against
  1603.     the user/group/class *and* default list after
  1604.     the user has given his name.)
  1605.     There has been many requests for this dual
  1606.     functionality so I moved it up on my todo-list :-)
  1607.  
  1608. ADDED:    SITE ICON command. Will force the server to add a
  1609.     new system try icon. Added to re-enable contact
  1610.     with the system console after Explorer crash in
  1611.     NT 4.0.
  1612.     This command is only available for users in the
  1613.     "Sysadmin" class.
  1614.  
  1615. TEST:    A problem was reported when deleting groups. I have
  1616.     not been able to reproduce this.
  1617.  
  1618. BUGFIX:    A bug in the Microsoft socket library was verified
  1619.     and a workaround made. The system should now be
  1620.     rock solid on high-impact systems, also under
  1621.     Win95.
  1622.  
  1623.  
  1624.  
  1625. ------------------------------
  1626. V. 0.11a ALPHA April 26. 1996
  1627. ------------------------------
  1628.  
  1629. ADDED:    Multihosting feature. See "Multih.txt" for details.
  1630.  
  1631. CHANGE:    Some cosmetic improvements.
  1632.  
  1633. CHANGE:    Changed the user list from ListBox to ListCtrl/report
  1634.     mode. This was not the trivial task I had thought!
  1635.     Thanks to Microsoft's poor documentation, I spent
  1636.     7 hours before this list started to work. 
  1637.  
  1638.     Note: When the listCtrl looses focus, the selected
  1639.     user is no longer highlighted. I have no idea of
  1640.     how to work around this. To make it a little
  1641.     easier to maintain the users online, I have added
  1642.     a pop-up menu that pops up if you click on a 
  1643.     user # with the right mouse button.
  1644.  
  1645. CHANGE:    Moved system message from Notepad to tabbed dialog.
  1646.  
  1647. BUGFIX:    When using space + '.' in the paths the user could 
  1648.     sometimes get around some of the security checking.
  1649.     Fixed.
  1650.  
  1651. BUGFIX:    When pressing the [EDIT] button in the main window, the
  1652.     server would crash. 
  1653.     Fixed.
  1654.  
  1655.  
  1656. ------------------------------
  1657. V. 0.10a ALPHA April 25. 1996
  1658. ------------------------------
  1659.  
  1660. ADDED:    sysmsg9: Shows status info after up/download.
  1661.  
  1662. ADDED:    Dialog popping up after Killing a user, asking
  1663.     if the user should be refused in the future.
  1664.  
  1665. ADDED:    4 new views of the security dialog.
  1666.  
  1667. TEST:    There has been messages on Usenet about problems with
  1668.     WinSock and large files. I tested transmission of 
  1669.     10MB+ files between a NT Server and my own Win95 PC,
  1670.     running the FTP server on my own machine.
  1671.     I experienced problems with the control channel.    
  1672.     Cute-FTP sometimes failed to receive the directory
  1673.     listing after uploading the lage file. I made some 
  1674.     changes in the FTP engine in the server, without
  1675.     resolving the problem. I was also able to reproduce
  1676.     the problem with other FTP clients. 
  1677.     When I ran the same test under NT, there was no 
  1678.     problems at all. I suspect this error to
  1679.     be in the Win95 Winsock .dll *or* in the C++
  1680.     liberaries I use. If there are bugs in the libraries
  1681.     I will probarbly have to write my own low-level
  1682.     network lib...
  1683.  
  1684. ADDED:    Toolbar
  1685.     Note: I have not been able to get the tooltip feature
  1686.     to work yet.
  1687.  
  1688. CHANGE:    The user list will now show "idle", "Upload" and "Download".
  1689.  
  1690. CHANGE:    The server now looks for a ".message.ftp.txt" in it's
  1691.     startup directory if the file not can be found in the
  1692.     usres current directory.
  1693.     This gives the option of a standard directory change 
  1694.     message    for all dirs that don't have their own message.
  1695.  
  1696. ------------------------------
  1697. V. 0.9a ALPHA April 22. 1996
  1698. ------------------------------
  1699.  
  1700. ADDED:    Reverse DNS lookup. (Has not been able to test it.)
  1701.  
  1702. ADDED:    User Up/Download statistics. (10 on top)
  1703.  
  1704. ADDED:    Bug report form in the help menu. Please use this
  1705.     when reporting bugs. It provides info that speeds
  1706.     up the work of tracing the problems.
  1707.  
  1708. CHANGE:    The user database is flushed to disk every 10 minutes.
  1709.  
  1710. TEST:    I received a report that the password given when a user
  1711.     is created did not work. I was able to reproduce the
  1712.     problem, but when I started to trace it, the problem
  1713.     went away. I have not been able to reproduce it
  1714.     with 0.9a. Please keep an eye on this feature.
  1715.  
  1716. TEST:    I received a report that the server would require 2
  1717.     uploaded files when the Up/Download limits was set
  1718.     to 1 : 2 *bytes*. I was not able to reproduce the
  1719.     problem in version 0.9a
  1720.  
  1721. TEST:    I got a report that the server would crash if scandisk
  1722.     was started when it was running. I ran scandisk with
  1723.     no problems with the file system idle.
  1724.  
  1725. BUGFIX:    The "alias" name in the File Security tab was not always
  1726.     updated after a change. 
  1727.     Fixed.
  1728.  
  1729. BUGFIX:    In version 0.6a, when the design of the file system
  1730.     changed, a new bug was introduced. It was not possible
  1731.     to CD to a mapped dir if the root dir was a drive
  1732.     i.e. C:\ The CD would only work if the home dir was
  1733.     somewhere down in a sub-directory.
  1734.     Another related problem was that when the system was using 
  1735.     DOS mode in dir listings/paths, it was not possible to
  1736.     "CD \" and get to the root dir.
  1737.     [The path parsing functions, supporting DOS/UNIX style 
  1738.     paths + OLE .lnk files + mappings are now among the most
  1739.     advanced and complex parts of the server]
  1740.     Fixed.
  1741.  
  1742. BUGFIX:    When the spy dialog was closed with the [x] button, or
  1743.     by pressing the [ESC] key, it was not possible to
  1744.     spy on that user again.
  1745.     Same behavior is reported when closing a minimized
  1746.     soy window.
  1747.     Fixed.
  1748.  
  1749. BUGFIX:    Traced down a memory leak that would allocate 8 KB
  1750.     memory for each connection, and never release the
  1751.     memory. There can still be memory leaks, but all I
  1752.     have found in the current version is an unidentified 25 
  1753.     bytes buffer that remains allocated from the server starts
  1754.     till it is shut down.
  1755.     ALPHA TESTERS: Please keep an eye on your system and
  1756.     report if the system runs slower after a day or two
  1757.     without stopping the server.
  1758.  
  1759. BUGFIX:    The server did not handle write error's on incoming files
  1760.     very well. It will now abort the file transfer.
  1761.     Log files will not be written if disk errors occur.
  1762.     The user database will be corrupted if the disk where
  1763.     it remains gets full. It is not possible to update
  1764.     the user database in this situation, and the situation
  1765.     will not be discovered before the error occurs.
  1766.     Therefore: Make sure to start the server from a disk
  1767.     partition that will not run full. Let the users fill
  1768.     up other partitions or drives.
  1769.  
  1770. ------------------------------
  1771. V. 0.8a ALPHA April 17. 1996
  1772. ------------------------------
  1773.  
  1774. UPDATE:    The dll's are updated to MSVC 4.1. If you are experiencing
  1775.     problems with your existing dll's, get the dll .zip file.
  1776.  
  1777. BUGFIX:    If max simultaneous users was specified on a user/group/class,
  1778.     the user could not log in at all.
  1779.     Fixed.
  1780.  
  1781. BUGFIX:    Passwords added when the user was created was not stored. 
  1782.     Fixed.
  1783.  
  1784. BUGFIX:    If a user logged in right after he was created, but before
  1785.     the internal tables were synchronized (happens when you press
  1786.     the [OK] button in the security dialog), the system would
  1787.     chrash.
  1788.     Fixed.
  1789.  
  1790.  
  1791.  
  1792. ------------------------------
  1793. V. 0.7a ALPHA April 16. 1996
  1794. ------------------------------
  1795.  
  1796. ADDED:    (Win95) Icon in system tray. If the window is minimized, ESC 
  1797.     pressed or the close [X] button pressed, the server will hide 
  1798.     itself and only    be available by clicking on the icon in the 
  1799.     system tray. The only way to stop the server is to use the 
  1800.     menu and choose    Exit.
  1801.  
  1802. ADDED:    Option in file system setup to disable the .Index.txt
  1803.     file.
  1804.  
  1805. BUGFIX:    When the system was offline and vfsys enabled, it would 
  1806.     crash if the OK button in the file system options was
  1807.     pressed.
  1808.     Fixed.
  1809.  
  1810. ------------------------------
  1811. V. 0.6a ALPHA April 14. 1996
  1812. ------------------------------
  1813.  
  1814. ADDED:    Temporary hook to support "mget *" command.
  1815.     NOTE: Regular pattern matching is still not supported,
  1816.     only "*" can be used (ie. not *.txt etc..).
  1817.  
  1818. ADDED:     SITE MSG <message>
  1819.     The message will show up on the main console.
  1820.  
  1821. ADDED:    Menu bar on the main console.
  1822.  
  1823. CHANGE:    Design change in user/group dialogs and internal design.
  1824.     This includes a mass-implementation of new features.
  1825.     NOTE: The file format has changed and the system can no longer
  1826.     read or understand the database files of previous versions.
  1827.     The .ini file is compatible with previous versions.
  1828.  
  1829. CHANGE:    System database is now encrypted.
  1830.  
  1831. CHANGE:    Virtual files (LIST, ".Index.txt") are now listed in the log
  1832.     under the DEBUG flag (and will only show up if the logging if
  1833.     DEBUG messages are enabled).
  1834.  
  1835. CHANGE:    Filesize are added to the logs notification of successfull
  1836.     transfer.
  1837.  
  1838. CHANGE:    Main console is now resizable.
  1839.  
  1840. BUGFIX:    All reported bugs are supposed to be fixed.
  1841.  
  1842. ------------------------------
  1843. V. 0.5a ALPHA April 4. 1996
  1844. ------------------------------
  1845.  
  1846. ADDED:    Extended access control. Now a user can be denied/allowed access 
  1847.     on system wide, user class, user group and user level.
  1848.     The access control module checks the access in this order:
  1849.     1) Is the userclass anonymous, and anonymous access denied?
  1850.     2) Is the userclass not root, and general access denied?
  1851.     3) Is there user-level access permissions?
  1852.     4) Is there group-level access permissions?
  1853.     5) Is there userclass-level access permissions?
  1854.     6) Is there permissions at all?
  1855.     If there is defined access or not access, the processing stops and
  1856.     the user is given access or denied. If the state is undetermined
  1857.     (grayed check box), the next test is performed.
  1858.  
  1859.     1 - 2 are defined with the checkbuttons on the system console
  1860.     3 is a new button in the user dialog
  1861.     4 is a new button in the group dialog
  1862.     5 - 6 are new buttons in the system options dialog.
  1863.     There is also a simple report available, listing the users and their
  1864.     permissions. 
  1865.  
  1866.     NOTE: Anonymous users can now be denied access from the system options
  1867.     dialog, and from the system console. If they are denied access from
  1868.     the system options dialog, users with userclass anonymous can still
  1869.     log in if they are given explicit access in the user or group
  1870.     dialogs. But if the button on the main console is pressed, they
  1871.     are denied access no matter what the user or group settings says.
  1872.  
  1873.  
  1874. ADDED:    OLE support for Win95 .lnk files. The .lnk files will show up
  1875.     as mapped directories. 
  1876.  
  1877.     NOTE1: The user must have permission to the directory in order
  1878.     to access the link. But the directory does not need to be mapped to
  1879.     the users homedir.
  1880.     The .lnk support is intended to make it easier for the user to
  1881.     navigate in the system, not to make an easy way to surpass
  1882.     security.
  1883.  
  1884.     NOTE2: I have successfully downloaded files that was linked with
  1885.     this method. However, Cute-ftp and WS_FTP has a bug in their parsing
  1886.     of the directory listings that make them treat any links as directories,
  1887.     and (as far as I can see) has no direct method to download links that
  1888.     points directly to files. To fix this problem I list links to regular
  1889.     files as normal files, without the 'l' flag set.
  1890.     When such files are downloaded the server reports the correct name, but
  1891.     the FTP clients will use the filename.lnk name. The files will have to be 
  1892.     manually renamed by the user after download.
  1893.     ***The user will still need to have permissions to the directory where 
  1894.     the actual file is located.
  1895.  
  1896.  
  1897. CHANGE:    Changed internal system time functions from GMT to local time zone.
  1898.  
  1899. CHANGE:    Removed security restriction that denied creation of directories at the
  1900.     root level. (MKD C:\NEWDIR)
  1901.  
  1902. CHANGE:    The tab order of the system console and the Msg User dialog are changed.
  1903.  
  1904. CHANGE:    Help is made the default button on the system console.
  1905.  
  1906. BUGFIX:    The server would crash if a user logged in and the group he belonged to
  1907.     not was found.
  1908.     Fixed.
  1909.  
  1910. BUGFIX:    The path parser will now detect (and skip) /./ in the path.
  1911.  
  1912. BUGFIX:    The .message.ftp.txt files was not closed after use.
  1913.     Fixed.
  1914.  
  1915.  
  1916. ------------------------------
  1917. V. 0.4a ALPHA April 3. 1996
  1918. ------------------------------
  1919.  
  1920. ADDED:    Users IP address to spy dialog.
  1921.  
  1922. ADDED:     Textfile to display as welcome message when changing directory.
  1923.     The filename can be modified in the system setup dialog.
  1924.     Default filename is ".message.ftp.txt"
  1925.     The message file have support for macros
  1926.     Tested with Cute-ftp, MS Internet Explorer and Netscape Navigator.
  1927.  
  1928. ADDED:    Full support for mapping of dirs. to home. The path will now show
  1929.     the path from the homedir if the user is in any path mapped to the
  1930.     homedir. If i.e. D:\ is mapped to C:\FTP, you can say "CD /C/FTP/D/BIN"
  1931.     and come to the D:\BIN directory. The server will report "/C/FTP/D/BIN"
  1932.     as the current directory (or "/D/BIN") if home is mapped to root.
  1933.  
  1934. ADDED:    PASV command implemented.
  1935.  
  1936. ADDED:    UNIX style link output on "ls -l" on mapped dirs.
  1937.  
  1938. ADDED:    "System type" option in system setup, UNIX or Real.
  1939.     This applies to the SYST command. If "Real" is checked
  1940.     the system will report the actual operating system
  1941.     (WIN32 + WN95 or NT). If "UNIX" is checked, it will
  1942.     report "UNIX Type: L8" (I have no idea about what L8 stands for,
  1943.     but it appears that Netscape Navigator wont accept the "ls -l" LIST
  1944.     format without this response).
  1945.  
  1946. ADDED:     "SIZE path" nonstandard FTP command implemented.
  1947.  
  1948. ADDED:    Support for BINARY LIST transfer. (If UNIX file system, only newline are
  1949.     sent as end-of-line marker).
  1950.  
  1951. CHANGE:    The scrolling of the log window is changed. If the first line is selected
  1952.     the first line will always be displayed on top. If another line is selected
  1953.     then that selection will remain active, and new messages will not be visible 
  1954.     before the window is scrolled up manually.
  1955.  
  1956. CHANGE:    The program will now terminate at once when the EXIT button is pressed.
  1957.     In previous versions the EXIT button set a flag that was polled once
  1958.     a second (when the log window is updated). In some rare cases the timer
  1959.     would not start, and the program would not respond to the EXIT
  1960.     button at all. This is now fixed.
  1961.  
  1962. CHANGE:    The output from the LIST command is now comforming 100% with UNIX 
  1963.     standard (as far as there *is* such a thing...).
  1964.  
  1965. CHK:    I got a report that permissions on the home dir. did not applied for the homedir.
  1966.     I am not able to reproduce the problem. (Unless if I change the map parameter
  1967.     when the user is online. The server does not handle that. If this happens,
  1968.     the user must issue a "CD /" command to reset the FTP client's and the    
  1969.     servers recognition of the current working directory.)
  1970.  
  1971. CHK:    I got a report that uploaded files not was shown in the Spy xmit history
  1972.     dialog. I am not able to reproduce the problem.
  1973.  
  1974. FIX:    Goodbye message was not sent. 
  1975.     Fixed.
  1976.  
  1977. BUGFIX:    When using WS_FTP the server would sometimes show a wrong ".Index.txt"
  1978.     file. The "problem" was that WS_FTP are optimizing speed by caching directory
  1979.     information. The server was optimizing speed by not reading the directory
  1980.     info into memory before the user issued a LIST command. What happened was that
  1981.     the server kept a cache of the last directory read, containing the information
  1982.     used to build the ".Index.txt" file, but sometimes for the wrong dir.
  1983.     The servers cache is now trashed when the user issues a CWD command. It will
  1984.     reload the directory info if the user want the ".Index.txt" file, even if
  1985.     no LIST command is given.
  1986.     Note: The ".Index.txt" file is created in memory, based on the cached 
  1987.     directory information. The file length reported by LIST is just an estimate.
  1988.     The server will *only* load the ".Index.txt" for the current directory.
  1989.     If a path is given, it will try to open a real file named ".Index.txt".
  1990.  
  1991. BUGFIX:    If a file with an attached comment were deleted, it would result
  1992.     in a page protection fault.
  1993.     Fixed.
  1994.  
  1995. BUGFIX:    The server asked for password for users without password.
  1996.     Fixed.
  1997.  
  1998. BUGFIX:    If a user had a name that was not the same as any group, the program
  1999.     would get a page protection fault.
  2000.     Fixed.
  2001.  
  2002. BUGFIX:    User-Group dialog: It was not possible to add a new path when it was
  2003.     part of an already defined path i.e. Could not add "D:\" if "D:\tmp" was
  2004.     defined.
  2005.     Fixed.
  2006.  
  2007. BUGFIX:    A rare condition in the optional dir. combo-box (invalid selection) would
  2008.     lead to a page protection fault.
  2009.     Fixed.
  2010.  
  2011. BUGFIX:    Virtual File system: (LIST) Number of dirs was not updated when only
  2012.     drives was shown (PWD=\ --> show dives in stead of dirs/files).
  2013.     Fixed.
  2014.  
  2015. BUGFIX: Serious problem with "CD /path/dir./../anotherdir". The path-parser did not
  2016.     recognize the "/../" sequence, leaving the "anotherdir" open for access
  2017.     with no access control.
  2018.     Fixed.
  2019.  
  2020. BUGFIX:    Sometimes the path was still shown as "/c/"
  2021.     Fixed.
  2022.  
  2023. BUGFIX:    "CD .." did not work very well if the current directory was "C:\"
  2024.     Fixed.
  2025.  
  2026. BUGFIX:    The server would not work with MS Internet Explorer and Netscape Navigator.
  2027.     Fixed.
  2028.  
  2029. BUGFIX:    The logfiles was not flushed at shutdown.
  2030.     Fixed.
  2031.  
  2032. BUGFIX:    Trying to delete an un-empty directory caused a page protection fault.
  2033.     Fixed.
  2034.  
  2035. BUGFIX:    Creating an existent directory (MKD) caused a page protection fault.
  2036.     Fixed
  2037.  
  2038.  
  2039. ------------------------------
  2040. V. 0.3a ALPHA March 31. 1996
  2041. ------------------------------
  2042.  
  2043. ADDED:    Spy: History of file xmits for the current connection
  2044.  
  2045. ADDED:    Spy: User-account and connection-only file counters
  2046.  
  2047. ADDED:     Macros for number of users online, max users online, 
  2048.     number of anonymous users online and max anonumous 
  2049.     users online.
  2050.  
  2051. FIX:    "Locate cursor in first text filed in input dialogs"
  2052.     Fixed.
  2053.  
  2054. FIX:    "Blank user name should not be allowed"
  2055.     Blank user and groupnames, and user and group names with
  2056.     white space are now denied.
  2057.  
  2058. FIX:    Macroes that displays current up/download counter will now
  2059.     show session counters for session only for users with 
  2060.     session only up/download class.
  2061.  
  2062. FIX:    Deny access to directories with no permissions checked
  2063.     If you want to deny access to a directory in the users
  2064.     homepath (or one of the optional paths), you add the
  2065.     directory you want to close as an optional path and
  2066.     turn off all file/dir. permissions.
  2067.  
  2068. FIX:    Small icon used MFC instead of tFTPd style icon.
  2069.     Fixed.
  2070.  
  2071. FIX:    Cute FTP and "resolve links" is not working.
  2072.     The problem was that Cute-ftp sent a LIST -L
  2073.     command, that is undocumented in the FTP specs.
  2074.     I have added a hook to just ignore this parameter for now,
  2075.     and it seems that Cute-ftp is quite happy with the
  2076.     standard UNIX "ls -l" it gets back...
  2077.  
  2078. BUGFIX: recognize CD "d:" and CD "d:\" as the same thing
  2079.  
  2080. BUGFIX:    Unix style /c/ as current dir. is nonstandard and ugly
  2081.     fixed. Will now display /c
  2082.  
  2083. BUGFIX: Unix style CD /c/usr don't work
  2084.     fixed.
  2085.  
  2086. ------------------------------
  2087. V. 0.2a ALPHA March 30. 1996
  2088. ------------------------------
  2089. BUGFIX: "MKDIR reports 501 permission denied"
  2090.     This was not a bug, but rather a logical error.
  2091.     RMDIR was probithed when the user did not have
  2092.     access to subdir (Apply for subdirs checkbox).
  2093.     The dialog will now disable the Rmdir and Mkdir
  2094.     checkboxes when the Apply for subdirs checkbox
  2095.     is unchecked.
  2096.  
  2097. BUGFIX:    "Mapped drive did not show up in homedir"
  2098.     Unable to reproduce this error. If it is a problem somewhere,
  2099.     I guess it will be fixed when I complete the implementation
  2100.     of mapped directories (scheduled to the next release).
  2101.  
  2102. BUGFIX:    "NT, problem with zombie server"
  2103.     Fixed.
  2104.  
  2105. BUGFIX: "Win95, problem with displayed IP number when the PC is off-line."
  2106.     Fixed.
  2107.  
  2108. Added RFC 1123 4.1.3.1 support
  2109.  
  2110.             FTP allows "experimental" commands, whose names begin with
  2111.             "X".  If these commands are subsequently adopted as
  2112.             standards, there may still be existing implementations using
  2113.             the "X" form.  At present, this is true for the directory
  2114.             commands:
  2115.  
  2116.                 RFC-959   "Experimental"
  2117.  
  2118.                  * MKD        XMKD
  2119.                  * RMD        XRMD
  2120.                  * PWD        XPWD
  2121.                  * CDUP       XCUP
  2122.                  * CWD        XCWD
  2123.  
  2124.             All FTP implementations SHOULD recognize both forms of these
  2125.             commands, by simply equating them with extra entries in the
  2126.             command lookup table.
  2127.  
  2128. ------------------------------
  2129. V. 0.1a ALPHA March 29. 1996
  2130. ------------------------------
  2131.  
  2132. Virtual file system is not fully implemented. It will start and run, but
  2133. the server will not use it for any user services. Only the "comment on file"
  2134. benefit of the virtual file system is supported.
  2135.